Skip to content

Conversation

@MrYuion
Copy link
Collaborator

@MrYuion MrYuion commented Sep 21, 2025

Dependencies chains in the code have become a bit convoluted and messy.
This PR makes various changes to fix these issues:

  • Reorganise shared modules to remove cyclic dependencies preventing build optimisations.
  • Make components standalone so their dependencies are explicit.
  • Replace 3rd party HTML editor to an ESM compatible one to improve build optimisations
  • Replace 3rd party YAML lib to an ESM compatible one to improve build optimisations
  • Rewrite mocks so they aren't created in global space, and allow apps to have explicit control over initialisation.

@vercel
Copy link

vercel bot commented Sep 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
frontend-templates Ignored Ignored Preview Oct 16, 2025 1:04am

# Conflicts:
#	libs/components/src/lib/chat/chat.component.ts
#	libs/components/src/lib/components.module.ts
# Conflicts:
#	apps/concierge/src/app/day-view/room-approvals.component.ts
#	apps/signage/src/app/media-player.component.ts
#	apps/stagehand/src/app/remote-support.component.ts
#	apps/workplace/src/app/book/parking-flow/parking-flow-form.component.ts
#	libs/components/src/lib/user-controls.component.ts
#	shared/assets/locale/en-AU.json
@jeremyw24 jeremyw24 self-requested a review October 16, 2025 01:58
Copy link
Contributor

@jeremyw24 jeremyw24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have tested all interfaces for any signs of regression and have not been able to identify any issues.

@MrYuion MrYuion merged commit e1a260b into develop Oct 16, 2025
7 of 9 checks passed
@MrYuion MrYuion deleted the refactor/clean-libs branch October 16, 2025 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants